home *** CD-ROM | disk | FTP | other *** search
- global gMode, gbPC
-
- on prepareMovie
- gMode = "null"
- gbPC = the platform contains "win"
- end
-
- on startMovie
- checkQT()
- preloadMember("BuildPCXX_intro2")
- end
-
- on keyDown
- if the shiftDown and keyPressed("W") and keyPressed("H") and keyPressed("O") then
- alert("Digital Presskit Design and Layout by the Warner Bros. Photo Lab 2002")
- end if
- end
-